
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


.orangeLight {
    color: #F1B434;
}
.orangeMedium {
    color: #F68621;
}
.orangeDark {
    color: #E35205;
}
.blueLight {
    color: #00A9E0;
}
.blueMedium {
    color: #188CCC;
}
.blueDark {
    color: #004986;
}
.greenLight {
    color: #C4D600;
}
.greenMedium {
    color: #39B54A;
}
.greenDark {
    color: #007A3E;
}
.greyLight {
    color: #D9D9D6;
}
.greyMedium {
    color: #C8C9C7;
}
.greyDark {
    color: #58595B;
}
.white{
    color:#ffffff;
}

/*------------------------Colores botones hover---------*/
button.blueDark_bkg:hover{background-color: #188ccc;}
button.blueMedium_bkg:hover{background-color: #00a9e0;}
button.blueLight_bkg:hover{background-color: #004986;}
button.orangeDark_bkg:hover{background-color: #f68621;}
button.orangeMedium_bkg:hover{background-color: #f1b434;}
button.orangeLight_bkg:hover{background-color: #e35205;}
button.greenDark_bkg:hover{background-color: #39b54a;}
button.greenMedium_bkg:hover{background-color: #c4d600;}
button.greenLight_bkg:hover{background-color: #007a3e;}


/* FIN COLORES */

a.openModal{cursor: pointer;}

.cursor{cursor: pointer;}

.agree{
    left: 50%;
    transform: translateX(-50%);
}

button.orangeMedium_bkg:hover {
    background-color: #f1b434;
}

button{
	background-color: #f68621;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 16pt;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 10px 25px; 
    border-radius: 5px;
    transition: .2s ease-in-out;
    cursor: pointer;
    margin-top: 15px;
    font-weight: 700;
    border: 0;
}

.modal-legal {
    position: fixed;
    display:none;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,.75);
    }


.modalContent {
    background-color: #FFF;
    border: none;
    width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 100px;
    padding: 40px 10px 40px 10px;
    }

iframe.terms{
    height: 85% !important;
    border-bottom: 1px solid lightgrey;
}


.modalContent iframe {
    width: 100%;
    height: 100%;
}


.modal__boton span {
    display: none;
    }

strong{
    font-weight: bold;
}


/* STYLE SELECT DROP DOWN BAR*/

.elq-form .elq-item-input, .elq-form .elq-item-select, .elq-form .elq-item-textarea{
    font-family: 'Montserrat', sans-serif!important; 
    font-size: 12px!important;
}

.elq-form .elq-item-input, .elq-form .elq-item-select, .elq-form .elq-item-textarea { font-family: 'Montserrat', sans-serif; font-size: 12px;}

.elq-form .elq-item-select {  
   -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   background-image: url(...);   /* add custom arrow */
	color: white;
	font-family:'Montserrat', sans-serif; font-size:9pt; 
	
}

.LV_validation_message {font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 300;}

.elq-form .elq-item-select option { margin-left: 5px;}

.elq-form input {color: black;
	font-family:'Montserrat', sans-serif; font-size:9pt; }

/*  ------------------------- SPONSORS LOGOS BOTTOM ----------------*/
.sponsors {width: 100%;
			position: relative;			
margin: 30px 0 20px 0;
}

.sponsors td {vertical-align: middle;			
font-family:'Montserrat', sans-serif; font-size:9pt; color:#58595B; line-height: 22px; font-weight: bold; text-align: center;
	width: 33%; 
}

.sponsors img {
			text-align: center;
	width: 100%;
}

.sponsors .aon {
			width: 50%;
}

.main_sponsors td {vertical-align: middle;			
font-family:'Montserrat', sans-serif; font-size:11pt; color:#58595B; line-height: 22px; font-weight: bold; text-align: center;
	width: 33%; padding: 100px 0 0 0;
}



.hidden {
	display: none;
	
}

.main_sponsors .chubb {
			width: 45%;
	text-align: center;
	margin-top: 10px;
}



.video-and-description tr {display: flex;}

/*------ Dropdown Menu Lenguage Select -----*/

.icono-callback {display: none;}

/* Style The Dropdown Button */
.dropbtn {
  background-color: white;
  color: #39B54A;
  padding: 16px 27px 0px 3px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-size: 13px;
	color: #007a3e;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}




/*------ END Dropdown Menu Lenguage Select -----*/


.logocigna {
    position: relative;
    box-sizing: border-box;
    padding: 15px 0 15px 21%;
    /*width: 200px;*/
    height:50px;
    display: inline-block;
}

.eslogan {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    padding: 45px 21% 40px 0;
}

.eslogan sup {
    font-size: 10px;
    vertical-align: super;
}
/* -------------------- DOWNLOAD TOP MENU -------------- */

.download-pdf {
   position: relative;
    display: inline-block;
    float: right;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    padding: 13px 21% 40px 0;
}



.download-pdf img { 
	width: 33px;
    margin-top: 2px;
	vertical-align: middle;
    cursor: pointer;
}


.download-pdf a { 
	text-decoration: none;
	
}

.download-pdf-text { 
	display: inline-block;
	font-family: arial;
    font-weight: bold;
    font-size: 17px;
    color: #188CCC;
  /* vertical-align: middle;*/
    line-height: 130%;
	margin-right: 15px;
}


.download-registration {
       position: relative;
    display: inline-block;
    float: left;
    font-size: 25px;
    font-family: Gotham, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    padding: 40px 0 40px 21%;
}

.download-registration-text { 
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #4A4A4A;
   vertical-align: middle;
    line-height: 130%;
}

header {
	/*display: none;*/
	display: inline-block;
	    position: fixed;
    
    width: 100%;
    height: 100px;
    background: #fff;
    border-bottom: 1.5px solid #f6f6f6;
    background-color: #fff;
	z-index: 1000;
    top: 0;
}


.download-pdf .register-button {
	display: inline-block;
	padding: 10px 20px 10px 20px;
    color: #fff;
    background-color: #f68621!important;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #f68621;
	text-decoration: none;
	margin-left: 0px;
}

.register-button-intro-inside {
	    display: inline-block;
    padding: 10px 10px 10px 10px;
    color: #fff;
    background-color: #00A9E0!important;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #00A9E0;
    text-decoration: none;
    margin-left: 0px;
    width: 57%;
	margin-bottom: 10px;
}

.register-button-intro-inside p {
	padding-bottom: 0px;
	text-align: center;
	    font-size: 13px;
	
}

.register-button-intro-bottom {
	
	display: none;
	padding: 10px 20px 10px 20px;
    color: #fff;
    background-color: #00A9E0!important;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #00A9E0;
    text-decoration: none;
    margin-left: 5px;
    width: 37%;
    text-align: center;
}

.register-button p {
padding-bottom: 0;
font-weight: 600;

}
	

.video-to-bottom { 
                bottom: 0; 
                width: 100%; 
                height: 50px; 
                
height: auto;}

/* --------------- StartFormCustomCSS ELOQUA ------------*/ 


.checkbox-aviso {width: 40px; height: 40px; display: inline-block; position:relative; top: -88px; margin-left: 48px;}
.checkbox-aviso img {width: 20px;height: 20px;}



/* Tooltip text */
.tooltip .tooltiptext {
	 font-family: Gotham, Arial, "Helvetica Neue", Helvetica, sans-serif;
  visibility: hidden;
  width: 200px;
  background-color: #004986;
  color: #fff;
  text-align: center;
  padding: 10px ;
  border-radius: 6px;
	font-size: 11px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
	font-weight: normal;line-height: 120%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}


.tooltip .tooltiptext {
  width: 200px;
  top: -300%;
  left: 50%; 
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}




/* ELOQUA FORM FONT SETUP LABELS */

.elq-form .col-sm-12 {padding-left: 10px; padding-right: 10px;}

.elq-form .elq-label {
   
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: white;
	text-align: left;
	font-weight: normal;
}

.form-element-layout {    padding: 0px 10px;}

.elq-form .row.single-checkbox-row {vertical-align: middle;}

.elq-form .elq-item-label {font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: white;
	text-align: left;
	font-weight: normal;display: inline-block;
    width: 85%;
vertical-align: top;
text-decoration: underline;}

.elq-form .elq-item-label:hover {color:#004986;}

/* CAMPOS ALL */
.elq-form input {
	margin-bottom: 20px;
	    border: 0px solid #A6A6A6!important;
	height: 25px;
}

/* Drop down menu */
select {
	color: white;
	background: #00a9e0;
	border: 1px solid #fff;
	height: 25px;
}

option {
	
}

.elq-form .item-padding {padding-top: 0px;}
.elq-form .field-p span {
	
	
	
}
.elq-form .field-p {
height: 43px;
	    margin-top: 7px;
}

.elq-form .field-wrapper.individual {
	position: relative;
}

/* button submit */
input[type=submit] {
	    position: relative;
    margin-top: 30px;
    padding: 0 0 0 0;
    width: 100%!important;
    /* transform: translate(-46%, 0%); */
    height: 30px!important;
    font-size: 14px!important;
}

/* validation messages */
.LV_invalid {
	font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 100%;
    color: white;
	text-align: left;
}
.LV_validation_message {font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 100%;
    color: white;
	text-align: left;}

/* ----------EndFormCustomCSS ELOQUA----------------- */

h1 img{
    width: 450px;
}





/* -------- DIVIDED BOXED IMAGE AND TEXT -------- */

.information-box .divide2 {
    padding-top: 0%;
    position: relative;
    width: 22%;
    display: inline-block;
    justify-content: flex-start;
    vertical-align: top;
}

.information-box .divide1 {
    position: relative;
    width: 74%;
    display: inline-block;
    justify-content: flex-start;
    padding-right: 0px;
	white-space: normal;
}
.icon-box {
    margin-top: 20px;
}

.icon-box-text {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.icon-box-text img {
    height: 35px;
    vertical-align: middle;
}
.icon-box p {
    position: relative;
    display: inline-block;
    color: black;
    width: 84%;
    padding-bottom: 0px;
    vertical-align: middle;
    /* height: 100%; */
    margin: 0px 0px 0px 15px;
    font-size: 17px;
	line-height: 125%;
}

/* --------END DIVIDED BOXED IMAGE AND TEXT -------- */

/* ///// IMPLEMENTED FROM MVIL  //////*/

/**{
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}*/

.bars{
    width: 100%;
    position: relative;
	display: none;
}




.fondo{
  background-position: center;
    width: 192%;
    right: -28%;
    min-height: 691px;
    top: -135px;
    background-size: cover;
	display: none;
}
	
.img_mobile {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 50px;
}	

.icono{
    display: none;
}

#form-anker {
    display: block;
    position: relative;
    top: 100px;
}

section #form-anker{
    position: relative;
    width:100%;
    box-sizing: border-box;
    padding: 100px 0 0 0;
}

.titulo_caja {
    box-sizing: border-box;
    padding: 0 50px;
}

.information-box{
    padding: 0 0px;
    box-sizing: border-box;
}

.information-box .divide{
    display: block;
}

.information-box{
    width: 100%;
    position: relative;
	white-space: nowrap;
	
}

.information-box .divide1{
    position: relative;
    width: 74%;
    display: inline-block;
    justify-content: flex-start;
	padding-right: 0px;
	
}

.information-box .divide2 img{
	width:83%;
	
}

.information-box .divide2{
    padding-top: 0%;
    position: relative;
    width: 25%;
    display: inline-block;
    justify-content: flex-start;
vertical-align: top;
    
}

.information-box .divide-icon{
    position: relative;
    display: inline-block;
    
    margin-bottom: 5px;
	
}

.divide-icon img{
    margin-right: 5px;
    height: 18px;
    
    vertical-align: middle;
}

.divide-icon span {
color: #444444;
    font-size: 11px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
	vertical-align: middle;
}
.button-video {	    height: 23px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 10px 0px 10px;
    
    border-radius: 5px;
    border: 1px solid #00A9E0;
    margin-left: 15px;
    line-height: 21px;}

.button-video:hover {
	background-color: #DFDFDF;
}

.divide-icon p {
	font-size: 11px;
	padding-left: 0px;
    display: inline-block;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.information-box-text {
	margin-right: 20px;
}

.information-box-text img {
	
}

.information-box-text p {
	display: inline-block;
	padding-bottom: 5px;
}

.divide p {
    padding-left: 10px;
}

.divide-icon p{
	padding-left: 0px;
	
}

form{
    padding: 0 50px;
    box-sizing: border-box;
}

footer{
   position: relative;
    font-family:arial;
    font-size: 14px;
    top: 100px;
    text-shadow: none;
    color:#000;
    
}


footer a{
    text-decoration: none;
    text-align: center;
}

.modalContent {
    width: 50%;
    height: 50%;
    position: relative;
   
  /*  transform: translate(50%, 50%); 
    -ms-transform: translate(50%, 50%);*/
    padding: 40px 10px 40px 10px;
    box-sizing: border-box;
}
.modalContent iframe {
    border: none;
    width: 100%;
    height: 100%;
}    

/* FLEX BOX SETUP */

.information-box table {width: 100%; table-layout: fixed;    border-collapse:separate; 
    border-spacing: 12px;}
.flexbox {
	
  
 
  display: -ms-flexbox;
	
	
}
.flexbox td {padding: 0;border: 13px #188ccc solid;}
.split3 h1 {color: white!important; font-size: 23px!important;text-transform: inherit; line-height: 1.2;}

.split3 {
	vertical-align: top;
	width: 30%;
      box-sizing: border-box;
    min-height: 190px;
    padding: 15px;
    border-radius: 5px;
    background-color: white;
  
}
.split3 div {background-color: #188ccc; height: 100%;position: relative;border: 5px #188ccc solid; margin: -1px; }
.split3 ul {list-style: disc; padding: 20px;white-space: normal;}

.split3 li {font-family: 'Montserrat', sans-serif;
    list-style-position: outside;
    margin: 0px 0px 15px 5px;
    font-size: 15px;
    
    }

/* TILL HERE */



.text-add {
	font-family: arial;
    font-size: 12px;
    line-height: 140%;
    padding-bottom: 25px;
	font-style: italic;
	color: #676767;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 41px;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 0vw;
	color: #004986;
	margin-top: 0px;
	font-weight: bold;
	vertical-align: top;
	
	
}

.information-box h1 { word-break:break-word;  font-size: 45px; text-align: center;color: #188ccc; margin-top: 0px;white-space: normal; font-weight: bold;}
	.information-box h2 {font-size: 25px; text-align: center;color: #004986;margin-top: -10px; margin-bottom: 45px; white-space: normal;}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin-bottom: 35px;
	margin-top: 11px;
	color: #188ccc;
	line-height: 120%;
}

h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
	line-height: 120%;
    padding-bottom: 5px;
    text-transform: uppercase;
}

sub {
	font-size: 5px;
}

h4{
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #188CCC;
    line-height: 130%;
	margin-bottom: 15px;
	/*padding-top: 40px;*/
	
}

h4 a.web, .web{
    max-width: 1080px;
    text-decoration: none;
    color: #f1b434;
    text-align: right;
    margin: 0 auto;
}

h2 sup{
    font-size:16px;
    vertical-align: super;
}

.text-video{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 140%;
    padding-bottom: 25px;
	margin-top: 10px;
}


p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 140%;
    padding-bottom: 25px;
    font-weight: 450;
}

ul{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 25px;
    font-weight: 450;
}

ul.arrow-orange{list-style:none; list-style-image:url(http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7B7fed9705-6098-4838-8f48-4fd5e2dc73de%7D_bullet-orange.png);}
li{margin-left: 15px;}

.symbols {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 140%;
    padding-bottom: 25px;
}

p sup{
    font-size:10px;
    vertical-align: super;
}

i { font-style: italic; }



.content-box {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
    /* right: 7%; */
    background-color: rgba(255,255,255,.9);
    box-sizing: border-box;
    padding: 60px 21% 60px 21%;
}

.content-box-grey {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
    /* right: 7%; */
    background-color: rgba(243,243,243,.9);
    box-sizing: border-box;
    padding: 60px 21% 60px 21%;
}


.content-box-banner {
    position: relative;
    width: 100%;
    /* margin: 110px 0px 40px 40px; */
    /* right: 7%; */
    background-color: rgba(255,255,255,.9);
    box-sizing: border-box;
    padding: 0px 0% 0 0%;
	overflow: hidden;
}

.content-box-banner img {
	
	width: 100%;
}

.content-box-video {
   position: relative;
    width: 100%;
    /* margin: 110px 0px 40px 40px; */
    /* right: 7%; */
    background-color: rgba(243,243,243,.9);
	   /* background-image: url("../img/ThinkstockPhotos-515778474.jpg");
    background-size: cover;
 
    background-position: center center;*/
    box-sizing: border-box;
    padding: 60px 21% 60px 21%;
    margin-top: -50px;
}

.content-box-video img {}


/*-------------------Download-Box------------*/

.download-icon-text img {
	height: 6%;
	
}

.download-icon-text {
	width: 50%;
    display: inline-block;
    vertical-align: middle;
	
}

.download-box {
	background-color: #004986;
    padding: 20 20 20 20;
    margin-bottom: 15px;
	
}

.download-box p {
	position: relative;
    display: inline-block;
    color: white;
    width: 68%;
    padding-bottom: 0px;
    vertical-align: top;
    /* height: 100%; */
    margin: 15px 0 20 20px;
    font-size: 18px;
}

.download-buttons {
	    width: 48%;
    vertical-align: middle;
    display: inline-block;
   
}

.download-buttons img {
	    padding-left: 46px;
    display: inline;
    text-align: right;
    width: 35%;
}

/*-------------------Additional information ------------*/

.divide-text {
	    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.divide-box {
	    width: 100%;
    display: inline-block;
    vertical-align: top;
	text-align: center;
}

.info-box {
	    display: inline-table;
    width: 19%;
   /* background-color: #188ccc;*/
    height: 170px;
    text-align: center;
    position: relative;
    margin: 5px 0.5% 4 1;
    padding: 1% 10 1% 10;
	
}

.divide1 span { font-family: 'Montserrat', sans-serif;
    font-size: 9px;
   
	}
/*
.info-box:hover {
	background-color: #004986;;
	
}*/

.info-box img { 
        width: 70%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.info-box-image {
	
}

.info-box p {
	color: black;
    font-weight: bold;
    font-size: 1.2vw;
	padding-bottom: 10px;
	
}

.info-box-text {
	    position: absolute;
    color: white;

    font-family: arial;
    font-size: 14px;
    line-height: 130%;
    padding-bottom: 25px;
    width: 90%;
    height: 0%;
}


/*-------------------Video and Description------------*/

	
	.video-and-description p {
			padding-right: 0px;
		
	}
	
	
	.video-and-description {
			    border-spacing: 0px;
    width: 100%;
		margin-bottom: -2%;
		margin-top: 25px;
   table-layout: fixed;
	}
.video-and-description tr {
	display: -ms-flexbox;
	
   
}

	.video-and-description-td {
        width:45%;
		display: inline-block;
    background-color: #188ccc;
    box-sizing: border-box;
    
    /*float: right;*/
    padding: 16px 0px 0px 0px;
    margin-left: -5px;
	min-height: 0px;
		margin-top: 0px;
		/*width: 32%;*/
		vertical-align: top;
	}
	
.video-and-description-td h4 {
	color: white;
	padding: 0px 25px 0px 29px;
    text-transform: uppercase;
}
		.video-and-description-td-video {
		width: 65%;
			/*float: left;*/
			   /* background-color: rgba(255,255,255,.7);*/
    /*height: 490px;*/
			padding: 0px 30px 0px 0px;
            box-sizing: border-box;
			position: relative;
			display:flex;
			display:  -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
	}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 49.5%;
  /*margin-bottom: 10px;*/
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

	
	.video-and-description-td li {
		 list-style-position: outside;
	}

/* ----- LIST ----*/





/*----Modal Abrir popup Iframe--*/
.btnClose {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    margin: 0;
    cursor: pointer;
    background-image: url(http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7B399fe0bb-ef53-4ebe-adc9-4713af8633da%7D_cwa-lp-btn-close.png);
    background-size: 100%;
}
.btnClose span {
    display: none;
}
.openModal {
    text-decoration: underline;
    cursor: pointer;
}
.openModal:hover {
    color: #00A9E0;
}
.openModal:active {
    color: #188ccc;
}
.openModal_protect_datos {
    text-decoration: underline;
    color: #FFF;
    cursor: pointer;
}
.openModal_protect_datos:hover {
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
}
.modal {
	
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
/*	 top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
}

.modalContent {
    background-color: #FFF;
    border: none;
    
    position: relative;
   /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    padding: 40px 10px 40px 10px;
}
.modalContent iframe {
    border: none;
    width: 100%;
    height: 100%;
}


.divide1 .register-button {
	display: inline-block;
	padding: 10px 20px 10px 20px;
    color: #fff;
    background-color: #f68621 !important;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #f68621;
	text-decoration: none;
	margin-left: 0px;
}

/****** CUSTOM SOLUTIONS******/

/* SECTION EUROPE */

#europe{
    position: relative;
    background-color: #ffffff;
    padding: 0;
    top: 100px;
}

.europe-content{
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 70px 0;
    width: 100%;
    padding: 60px 21%;
    display: inline-flex;
    justify-content: space-between;
}

.europe-content div:first-child{
    width: 40%
}

.divide-bullet{
    display: flex;
    justify-content: space-between;
}

.map{
    width: 50%;
}

.st0 {
    fill:#BBBCBC;
    stroke:#FFFFFF;
    stroke-width:0.8504;
    stroke-miterlimit:10;
}


.fill-blueMedium_bkg{
    animation-name: col;
    animation-duration: 3s;
    animation-fill-mode: forwards; 
    animation-timing-function: ease;
}


@keyframes col {
    0% { fill: #BBBCBC; }
    50% {fill: #00A9E0;}
    100% { fill: #188ccc;}
}


/*COLOR MAPA INTERNET EXPLORER*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fill-blueMedium_bkg{
    fill: #188ccc;
    animation-name: col;
    animation-duration: 3s;
    animation-fill-mode: forwards; 
    animation-timing-function: ease;
    }
}
/*FIN COLOR MAPA INTERNET EXPLORER*/

.fill-grey_bkg{
    fill: #BBBCBC;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}



/* SECTION SERVICIO */

#servicio{
    background-color: rgba(243,243,243,.9);
    padding: 0;
    position: relative;
    top: 100px;
}

.servicio-content{
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 70px 0;
    width: 100%;
    padding: 60px 21%;
}

.servicio-content div div{
    width: 100%;
    position: relative;
    display: inline-flex;
    margin-bottom: 20px;
    margin-top: 10px;
}

.servicio-content div div:first-child{
    margin-top: 20px;
}

.servicio-content div div:last-child{
    margin-bottom: 0px;
}

.servicio-content h4{
    padding-top: 0;
    position: absolute;
    margin-left: 70px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}


.servicio-content h1{
    font-size: 24px;
    text-transform: initial;
}


/*--Modal Abrir popup Iframe--*/


@media (min-width: 980px){ 

	.titulo_caja {
display: none;
	
}
}

/*---Formulario */
.elq-form .elq-field-style input[type=submit] {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    -webkit-appearance: square-button;	
}

.elq-form .elq-item-label{
    cursor: pointer;
}

select {
    background: #00a9e0;
    border: 1px solid #fff;
    height: 25px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif!important;
    font-size: 9pt!important;
    padding-left: 3px;
    color: #ffffff!important;
}


.LV_invalid{
    color: #004986!important;
    font-weight: bold!important;
}

/************************************************************************************
Font Headline adjustments
*************************************************************************************/

@media (min-width: 1280px){ 

	
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 0vw;
	color: #004986;
	margin-top: 0px;
	vertical-align:top;
	
	
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    margin-bottom: 25px;
	line-height: normal;
	
}

	
}

/************************************************************************************
Desktop
*************************************************************************************/


@media (min-width: 981px) and (max-width:1280px){
	
	
	.video-and-description {
		
		height: inherit;	
	}
	
	.download-pdf {
    padding: 13px 14% 40px 0;
}
	
	.content-box-video {
    padding: 60px 14% 60px 14%;
}
	
	.content-box-banner {
	margin-left: -10%;
    width: 117%;
	}
	
	.logocigna {
	padding: 15px 0 15px 14%;	
	}
	
	.logocigna img {
	width: 150px;	
	margin-top: 10px;
	}
	
	.eslogan {
	padding: 45px 14% 40px 0;	
	font-size: 23px;	
	}
	
	.content-box-grey {
	padding: 60px 14% 60px 14%;
	}
	
	.content-box {
	padding: 60px 14% 60px 14%;	
	}
	
	.information-box .divide2 {
	width: 25%;
	}
	
	.information-box .divide1 {
	width: 64%;	
	}
	
	.download-buttons img {
	    padding-left: 11px;	
		width: 41%;
	}
	
	.download-icon-text img {
		    margin-top: 5%;
	}
	
	.download-icon-text {
		    width: 49%;
	}
	
	.divide-box {
		width: 100%;
	}
	
	.divide-text {
		width: 100%;
	}
	
	.info-box{
		    width: 18%;
    height: 195px;
	}
	.info-box-text {
		font-size: 13px;
	}

    .europe-content, .servicio-content{
        padding: 60px 14% 60px 14%;
    }
}

/************************************************************************************
TABLET
*************************************************************************************/

@media (min-width: 480px) and (max-width: 980px){

/**{
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}*/

	header {
		height: 75px;
	}	
	
	#header-info .logocigna {
		    margin-top: 6px;
    margin-left: 15px;
	} 
	
	#header-info {
		height: 80px;
		
		
	}
	
	.checkbox-aviso {margin-left: 56px;}
	
	.video-to-bottom {position: relative; width: 100%; margin-top: 30px;}
	
	.video-and-description tr {
	display: block;
	
   
}
	
	.flexbox {display: block;}
	.split3 {width: 100%; display: block; float: left;margin-bottom: 35px;}
	
	.information-box table {display: inline-table; table-layout: inherit;}
	
	.information-box h1 {font-size: 5vw;}
	.information-box h2 {font-size: 3.5vw;}
	.download-pdf-text {display: none;}
	
	.download-pdf img {
		width: 38px;}
	
	.download-pdf a {
    text-decoration: none;
    margin-right: 30px;
}
	

	
	.download-pdf {
    padding: 30px 10% 40px 0;
}
	.register-button p {
    font-size: 11px;
    font-weight: 600;
}
	.icono-callback {display: inline-block;}
	.download-pdf .register-button {display: none;}
	

	
	.logocigna {
	padding: 15px 0 15px 5%;	
	}
	
	.eslogan {
		padding: 30px 5% 40px 0;
		font-size: 20px;
	}
	
	.logocigna img {
	width: 130px;	
	margin-top: 5px;
	}
	
	.content-box-banner {
		overflow: hidden;
	}
	.img_mobile {
		       width: 100%;
	}
	
	.content-box-banner img {
		 width: 163%;
    margin-left: -24%;
	}
	
	.register-button-intro-bottom {
		display: inline-block;
		margin-top: 15px;
	}
	
		.register-button-intro-inside {
		display: none;
	}
	
	
	.content-box-video {
		padding: 60px 10% 60px 10%;
		text-align: center;
	}
	
	.content-box-grey {
		padding:  60px 10% 60px 10%;
	}
	
	.content-box {
		padding:  60px 10% 60px 10%;
	}
	
	.information-box .divide2 img {
		display: none;
	}
	
	.information-box .divide2 {
		display: none;
	}
	
	.information-box .divide1 {
		width: 100%;
	}
	
	.download-icon-text {
		width: 100%;
	}
	
	.download-icon-text img {
		vertical-align: middle;
	}
	
	.download-box p {
        width: 74%;
    padding: 0 0 0 0;
        margin: 5px 0 5 20px;
    font-size: 18px;
		vertical-align: middle;
	}
	
	.download-buttons {
		width: 100%;
	}
	
	.download-buttons img {
		    padding-right: 5px;
		padding-left: 0px;
    display: inline;
    text-align: right;
    width: 150px;
		    margin-top: 4%;
		
	}
	
	.divide-box {
		width: 100%;
	}
	
	.divide-text {
		width: 100%;
	}
	
	.info-box img {
		width: 60%;
	}
	
	.info-box{
		    width: 20%;
    height: 195px;
		margin: 5px 0.5% 4 1;
		padding: 0 0 0 0;
	}
	
	.info-box p{
		   font-size: 14px; 
	}
	
	.info-box-text {
		font-size: 13px;
		
	}
	
	.information-box-text {
		margin-bottom: 30px;
	}
	
	.information-box-text p {
		margin-bottom: 20px;
	}
	
	
	.video-and-description {
			border-spacing: 0px; width: 100%; height: 38%;
	}
	
	.video-and-description-td {
		width: 100%; vertical-align: top; display: inline-block;  border: none; text-align: left; padding: inherit;
	}
	
	.video-and-description-td p {
		 text-align: left;
		    padding: 0 0 20 0;
	}
.video-and-description-td ul {
		 text-align: left; 
	}
.video-and-description-td li {
		 list-style-position: outside;
	}
	
	.video-and-description {
    display: inline-table;
    border-spacing: 0px;
    width: 100%;
    height: 38%;
}
	
	.video-and-description-td {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    border: none;
    text-align: left;
    padding: inherit;
    display: table-header-group;
		float: left;
		margin-left: 0px;
}
	
	.video-and-description-td h4 {
        text-transform:uppercase;
        font-size: 22px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
	
	.video-and-description-td-video {
    width: 100%;
    display: table-footer-group;
		float: left;
		padding: 0 0 0 0;
		height: inherit;
		margin-bottom: 10px;
		
}
	.elq-form .label-position.top {font-size: 16px;}
	
	
	/*
	.video-and-description-td-video {
		display: inline-block;
		position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;  border: none; 
		width: 105%;
  padding-top:0;
  margin-bottom: 40px;
	}
	
	.video-and-description-td-video-width {
		 position: absolute;
    top:0;
    left: 0;
    width: 95%;
    height: 100%;
	}
	.video-and-description-button {
		width: 250px;
	}	
	
	*/

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-bottom: 25px;
}

h2 sup{
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
}

h3{
    font-family: 'Montserrat', sans-serif;
    padding: 0px 0px 15px;
}

h4{
    font-family: 'Montserrat', sans-serif;
    padding: 0px 0px;
}

p{
    font-family: 'Montserrat', sans-serif;
    padding: 0 0px;
}



form{
    padding: 0 50px;
    box-sizing: border-box;
}



footer span a{
    color: #000;
}

.modalContent {
    width: 90%;
    height: 90%;
    position: relative;
    margin: 5%;
    top: 0;
    left: 0;
    transform: translate(0%, 0%); */
    -ms-transform: translate(0%, 0%);
    padding: 40px 10px 40px 10px;
    box-sizing: border-box;
}
	
		#header-info {
		height: 80px;
		
		
	}
	.download-pdf {
    padding: 10px 10% 40px 0;
}

    h1 img {
    width: 100%;
    }

    .europe-content, .servicio-content{
        padding: 60px 10%;
    }

    .europe-content{
        display: block;
    }

    .europe-content div:first-child{
        width: 100%;
    }

    .divide-bullet{
        margin-top: 20px;
        width: 70%;
        margin-left: 15%;
    }

    .map {
        width: 100%;
    }


  
    
    
}

/************************************************************************************
Button Adjust
*************************************************************************************/

@media (min-width: 0px) and (max-width: 680px){
	
	
	.register-button-intro-bottom {
		margin-top: 15px;
		display: inline-block;
		width: 79%;
		margin-bottom: 10px;
	}

    h4 a.web, .web{
    text-align: center;
    margin-top: 20px;

}
	
}



/************************************************************************************
MÃ“VIL
*************************************************************************************/

@media (min-width: 0px) and (max-width: 480px){
	
/**{
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}
*/
	header {
		height: 75px;
	}	
	#header-info .logocigna {
		    margin-top: 6px;
    margin-left: 15px;
	} 
	
		#header-info {
		height: 80px;
		
		
	}
	
		.video-and-description tr {
	display: inherit;
	
   
}
	.flexbox {display: block;}
	.split3 {width: 100%; display: block; float: left;margin-bottom: 35px;}
	
	.information-box h1 {font-size: 4.8vw;}
	.information-box h2 {font-size: 4.5vw;}
	
	.icono-callback {display: inline-block;}
		.download-pdf .register-button {display: none;}
	.download-pdf {
    padding: 19px 10% 40px 0;
}
	

	.register-button {
    
		padding: 5px 5px 5px 5px;
	}
	
	.download-pdf .register-button {
 
    padding: 8px 7px 7px 7px;

}
	.dropbtn {
   
    padding: 16px 8px 0px 0px;
 
}
	.download-pdf img {
    width: 25px;
  
}
	
	.register-button p {
		font-size: 11px;
        font-weight: 600;
	}
	.download-pdf a {
    
    margin-right: 15px;
}
	
	.download-pdf-text {
		display: none;
    font-size: 11px;
}
	
	.download-pdf {
    padding: 30px 5% 40px 0;
}
	
	.register-button-intro-inside {
    display: none;
}
	.register-button-intro-bottom {
		margin-top: 15px;
		display: inline-block;
		width: 79%;
		margin-bottom: 10px;
	}
	
	.logocigna {
	padding: 15px 0 15px 5%;
		width: 120px;
	}
	
	.eslogan {
		padding:  28px 5% 0px 0;
		font-size: 14px;
	}
	
	.logocigna img {
	width: 100px;	
	margin-top: 5px;
	}
	
	
	.content-box-banner {
		overflow: hidden;
	}
	.img_mobile {
		  width: 100%;
	}
	
	.content-box-banner img {
		width: 265%;
    margin-left: -44%;
	}
		.video-and-description-td-video {
    width: 100%;
    display: table-footer-group;
		float: left;
		padding: 0 0 0 0;
		height: inherit;
			margin-bottom: 10px;
		
}
	

	
	.video-and-description-td-video h1 {margin-top: 45px;}
	.video-and-description {
			border-spacing: 0px; width: 100%; height: 38%;
	}
	
	.video-and-description-td {
		width: 100%; vertical-align: top; display: inline-block;  border: none; text-align: left; padding: inherit;margin-left: 0px;
	}
	
	.video-and-description-td p {
		 text-align: left;
		    padding: 0 0 20 0;
	}
.video-and-description-td ul {
		 text-align: left; 
	}
.video-and-description-td li {
		 list-style-position: outside;
	}
	
	.video-and-description {
    display: table-cell;
    border-spacing: 0px;
    width: 100%;
    height: 38%;
}
	
	.video-and-description-td {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    border: none;
    text-align: left;
    padding: inherit;
    display: table-header-group;
		float: left;
}
	

	
	
	
	.content-box-video {
		padding: 30px 10% 30px 10%;
		text-align: center;
	}
	
	.content-box-grey {
		padding:  60px 10% 60px 10%;
	}
	
	.content-box {
		padding:  60px 10% 60px 10%;
	}
	
	.information-box .divide2 img {
		display: none;
	}
	
		.information-box .divide2 {
		display: none;
	}
	
	.information-box .divide1 {
		width: 100%;
	}
	
	.download-icon-text {
		width: 100%;
	}
	
	.download-icon-text img {
		vertical-align: middle;
	}
	
	.download-box {
		text-align: center;
	}
	.download-box p {
        width: 100%;
    padding: 0 0 0 0;
        margin: 5px 0 5 0px;
    font-size: 18px;
		vertical-align: middle;
	}
	
	.download-buttons {
		width: 100%;
	}
	
	.download-buttons img {
		    padding-right: 5px;
		padding-left: 0px;
    display: inline;
    text-align: right;
    width: 150px;
		    margin-top: 4%;
		
	}
	
	.divide-box {
		width: 95%;
	}
	
	.divide-text {
		width: 100%;
	}
	
	.info-box img {
		width: 23%;
		margin-top: 10px;
	}
	
	.info-box{
		    width: 100%;
    height: 127px;
		margin: 15px 0.5% 4 1;
	}
	
	.info-box p{
		   font-size: 16px; 
	}
	
	.info-box-text {
		font-size: 14px;
		
	}
	
	.information-box-text p {
		margin-bottom: 20px;
	}
	
	
	

h1 {
    font-size: 5.5vw;
}

h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

h2 sup{
    font-size: 10px;
}

h3{
    padding: 0px 0px 15px;
}

h4{
    padding: 25px 0px 0 0;
}
	
	.button-video {
		margin-left: 0px;
		
	}

p{
    padding: 0 0px;
}



form{
    padding: 0 50px;
    box-sizing: border-box;
}



footer span a{
    color: #000;
}

.modalContent {
    width: 90%;
    height: 90%;
    position: relative;
    margin: 5%;
    top: 0;
    left: 0;
    transform: translate(0%, 0%); */
    -ms-transform: translate(0%, 0%);
    padding: 40px 10px 40px 10px;
    box-sizing: border-box;
}

h1 img{
    width: 100%;
}

.video-to-bottom{
    margin-top: 20px;
}
.europe-content, .servicio-content{
    display: block;
    padding:30px 10% 30px 10%;
}

.europe-content div:first-child, .map{
    width: 100%;
}

.divide-bullet{
    margin-top: 15px;
}

.servicio-content div div {
    display: block;
    margin:20px 0 0 0;
}

.servicio-content h4{
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: -45px;
    top: 0;
    transform: translateY(0%)

}


    
}


	/* FORMULARIO ELOQUA*/
	
	
/* Form */


.content-box-40 h4 {
	margin-top: 0px;
	margin-left: 13px;
	text-align: left;
	color: white;
	padding-top: 0px;
	
}

form{
   
	
    width: 300px;
    background-color:#188ccc;
    top: 0px;
    right: 0;
    box-sizing: border-box;
    padding:10px 15px 0px 15px;
 
    
}

form h4{
    font-weight: 500;
}

form p{
    line-height: 120%;
	padding-bottom: 5px;
}

form p.destacado{
    font-weight: bold;
    font-size: 25pt;
}

form input{
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border:none;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    padding: 10px 5px;
    margin-top: 0px;
}

form input:focus{
    outline: none;
}

form input:active{
    border:none;
}



form{
    width: 100%;
}

label{
    width: 100%;
    position: relative;
    display: block;
}




.logosponsor {
    position: relative;
    box-sizing: border-box;
    padding: 0px 0 15px 2%;
    margin-right: 3%;
    height:50px;
    display: inline-block;
	margin-top: 6px;
	float: right;
}

.logosponsor img {
   width: 130px;
}

input[type=submit] {
    position: relative;
	display: block;
    width: 150px;
    padding: 8px 35px; 
    background: #f68621; 
    font-family: arial;
    text-transform: uppercase;
    font-weight: bold;
    color:#fff;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    /*left:75px;
    transform: translate(-50%, 0%);*/
	margin-top: 10px;
}

input[type=submit]:hover{
    transition: all .2s ease-in;
    background: #e35205; ;
}

input[type=checkbox] {
  width: 16px!important;
	text-align: left;
    display: inline-block;
    width: 100%;
    background: none;
   
}

.elq-form .list-order.oneColumn {
	    text-align: left;
}

.elq-form .checkbox-label {
     display: inline-block;
    /* float: left; */
    width: 64%;
    padding-left: 30px;
    position: relative;
    bottom: 6px;
    color: white;
	font-size: 11px;
	margin-top: 17px;
    /* text-align: left; */
}
.elq-form .instructions.default {
    display: block;
    font-size: 10px;
    padding: 0px 0pt 3px;
    text-align: left;
	margin-top: -8px;
}

	
	/* END FORMULARIO ELOQUA*/
	


/* ------ 3 boxes ------- */

.information-box h1 {white-space: normal; margin-bottom: 10px;}


.tipo-producto {
    position: relative;
    width: 30%;
    height: auto;
    display: inline-block;
    margin-right: 45px;
    vertical-align: top;
	white-space: normal;
}
.product-box {
    box-sizing: border-box;
    min-height: 190px;
    padding: 15px;
    border-radius: 5px;
    background-color: #188ccc;
}
.product-box h3 {font-size: 23px;}

.triangle {
    width: 0;
    border-top: 20px solid #188ccc;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto 15px auto;
}
.product-box div {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
	/*height: 255px;*/
	word-break: break-word;
}
.white_bkg, .white_bkg:before {
    background-color: #FFFFFF;
}

.product-box h3 {text-transform: none;}
.product-box div p {
    position: relative;
   /* font-family: 'Montserrat', sans-serif;*/
    font-size: 10pt;
    font-weight: normal;
    line-height: 120%;
	padding-bottom: 15px;
	font-size: 20px;
}

.product-box li {
	font-family: 'Montserrat', sans-serif;
	list-style-position: outside;
    margin-left: 18px;
    font-size: 15px;
    margin-bottom: 15px;
margin-top: 10px;}
.product-box ul {list-style: disc;}

.blueDark {
    color: #004986;
}

.centered {
    text-align: center;
}

.white {
    color: #ffffff;
}


	

.information-box h3 { margin-bottom: 15px; white-space: normal;padding: 0 0 0 0; }

@media (max-width: 768px) and (min-width: 480px) {
.tipo-producto {
    width: 100%;
    margin: 0 10% 25px 0%;
}
	.information-box {white-space: normal;}
	.product-box div {height: auto;}

h4 a.web, .web{
    text-align: center;
    margin-top: 20px;
}
}


@media (min-width: 0px) and (max-width: 480px){


	
	.product-box div {height: auto;}
	.tipo-producto {
    width: 100%;
    margin: 0 10% 25px 0%;display: block;
	}
	
	.icon-box p {width: 75%;}
}

/* ------ END 3 boxes ------- */



/* ---------------- FOOTER NEW --------------- */

.part-two a {color: white;}

.part-two a {
    text-decoration: underline;
    cursor: pointer;
}
.part-two a:hover {
    color: #00A9E0;
}
.part-two a:active {
    color: #188ccc;
}

.greyDark_bkg, .greyDark_bkg:before {
    background-color: #58595B;
}
.part-one-container, .part-two-container {
    width: 100%;
    position: relative;
}

footer .part-one, footer .part-two {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;
}
.part-one div, .part-one ul {
    width: 520px;
    position: relative;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
}

footer ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-left: 12px;
    line-height: 150%;
    list-style-position: inside;
    margin-left: 14px;
    margin-bottom: 3px;
    color: #555555;
}
.part-one ul li {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 40px;
    vertical-align: bottom;
}

.part-two-container {
    background-color: #121212;
}
.part-two div:first-child {
    width: 100%;
}
.part-two div:first-child p, .part-two div:first-child div {
    width: 49.8%;
    display: inline-block;
}
p.legal-text, p.legal-text a {
    font-family: 'Montserrat', sans-serif;
    font-size: 10.5px;
}
.part-two div:first-child div {
    text-align: right;
    margin-top: 0;
}
.part-two div:first-child p, .part-two div:first-child div {
    width: 49.8%;
    display: inline-block;
}
p.legal-text, p.legal-text a {
    font-family: 'Montserrat', sans-serif;
    font-size: 10.5px;
	
	
}

.part-one ul li a img {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    background-color: #fff;
}

.part-one ul li a {text-decoration: none;}

.part-one ul li a p {
    display: inline-block;
    padding-left: 5px;
    vertical-align: top;
    padding-top: 10px;
}

@media (max-width: 1080px) and (min-width: 768px){
footer .part-one, footer .part-two {
    width: 768px;
}
	
.part-one div {
    width: 200px;
}	
	.part-two div:first-child p {
    width: 370px;
}
	.part-two div:first-child div {
    float: right;
}
	
}

@media (max-width: 768px) and (min-width: 0px){

	#header-info {
		height: 80px;
		
		
	}
	.download-pdf {
    padding: 10px 10% 40px 0;
}
footer .part-one, footer .part-two {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
}	
	.part-one div {
    width: 35%;
}
	.part-one ul {
    width: 60%;
}
	.part-two div:first-child p, .part-two div:first-child div {
    width: 100%;
    text-align: center;
}
	.part-one ul li a p {
    display: none;
}
	
	footer ul {padding: 0 0 0 0;}
	
}

@media (max-width: 480px) and (min-width: 0px) {
	
	.video-and-description-td h4 {text-transform:uppercase; margin-top: 20px; font-size: 18px;}
	
		#header-info {
		height: 80px;
		
		
	}
	.download-pdf {
    padding: 5px 10% 0px 0;
}
	
footer .part-one, footer .part-two {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
}
	.part-one {
    height: auto;
    width: 100%;
    display: inline-block;
}
	
	.part-one div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}
	.part-one ul {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0;
    padding-left: 0;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    justify-content: center;
    border-top: 1.25px solid #c6c6c6;
    box-sizing: border-box;
    padding-top: 20px;
}
	.part-one ul li:first-child {
    margin-left: 0px;
}
	.part-one ul li {
    margin-left: 30px;
    vertical-align: bottom;
}
	
	.part-two div:first-child p, .part-two div:first-child div {
    width: 100%;
    text-align: center;
}
	
	.part-two div:first-child div {
    text-align: center;
    margin-top: 7px;
}
	

	
}
/* ----------------END  FOOTER NEW --------------- */

@media (max-width:700px) and (min-width: 400px) {

.servicio-content img{
        width: 45px;
        height: 44px;
    }

    .servicio-content h4 {
    padding-top: 0;
    position: relative;
    margin-left: 50px;
    top: 0;
    transform: translateY(0%);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;

}


/* --------- BOX MODAL ----------------*/




.modal__img {
    max-height: 90%;
    width: auto;
    /*  width: 70%;
      max-width: 600px;*/
}


.modal__boton {
    width: 50px;
    height: 50px;
    background-image:url(http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7Bffc03d39-2bd0-4fd3-ba8b-e8b00598d1b8%7D_cerrar-cruz.png);
    background-repeat: no-repeat;
    background-size: 50px;
    cursor: pointer;
    position: absolute;
    right: 70px;
    top: 70px;

}


* { 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}